-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add note on available api/data files for peps #4783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
hugovk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
| - `peps.json <https://peps.python.org/api/peps.json>`_: All PEP metadata | ||
| - `release-cycle.json <https://peps.python.org/api/release-cycle.json>`_: Python release cycle information | ||
| - `python-releases.json <https://peps.python.org/api/python-releases.json>`_: Complete Python release history | ||
| - `release-schedule.ics <https://peps.python.org/release-schedule.ics>`_: Python release dates in calendar format | ||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to duplicate the list here? If so we might want comments in both places reminding people to keep them in sync.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, let's make it easy for ourselves and just link to the main page.
| Several data files are available at https://peps.python.org/api/: | ||
|
|
||
| - `peps.json <https://peps.python.org/api/peps.json>`_: All PEP metadata | ||
| - `release-cycle.json <https://peps.python.org/api/release-cycle.json>`_: Python release cycle information | ||
| - `python-releases.json <https://peps.python.org/api/python-releases.json>`_: Complete Python release history | ||
| - `release-schedule.ics <https://peps.python.org/release-schedule.ics>`_: Python release dates in calendar format |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Several data files are available at https://peps.python.org/api/: | |
| - `peps.json <https://peps.python.org/api/peps.json>`_: All PEP metadata | |
| - `release-cycle.json <https://peps.python.org/api/release-cycle.json>`_: Python release cycle information | |
| - `python-releases.json <https://peps.python.org/api/python-releases.json>`_: Complete Python release history | |
| - `release-schedule.ics <https://peps.python.org/release-schedule.ics>`_: Python release dates in calendar format | |
| Several data files are available at https://peps.python.org/api/ |
I recently learned there was a calendar output for the release cycle based on PEPs data.
I didn't know this, so we should document it!
📚 Documentation preview 📚: https://pep-previews--4783.org.readthedocs.build/